@charset 'utf-8';
@font-face
{
    font-family: 'Amicale';
    font-weight: normal;
    font-style: normal;

    src: url('font/Amicale-Regular.eot');
    src: local('Amicale Regular'), local('Amicale-Regular'), url('font/Amicale-Regular.eot?#iefix') format('embedded-opentype'), url('font/Amicale-Regular.woff2') format('woff2'), url('font/Amicale-Regular.woff') format('woff'), url('font/Amicale-Regular.ttf') format('truetype'), url('font/Amicale-Regular.svg#Amicale-Regular') format('svg');
    font-display: swap;
}
body
{
    font-family: Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;

    width: 1920px;
    max-width: 100%;
    margin: 0 auto;

    color: #707070;
}
body.fixed
{
    overflow: hidden;
}
.a,
.title h2,
.footer .foot-list h4
{
    font-family: 'Amicale';
}
.bg
{
    background: #f16c12;
    background: -webkit-linear-gradient(left, #f16c12 0%, #f5a671 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f16c12), to(#f5a671));
    background:         linear-gradient(to right, #f16c12 0%, #f5a671 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c12', endColorstr='#f5a671', GradientType=1);
}
.ff,
.pagination .next:before,
.pagination .prev:before,
.header .cart a:before,
.slick-arrow:before,
.more-box a:after,
.index-nav .item:before,
.breadcrumb li:first-child:before,
.news-details-wrap .info > div:before,
.product-wrap h2:before,
.product-details-wrap h2:before,
.product-details-wrap .inquiry-btn a:before,
.about-publicity .pic-show .zoom:before,
.about-publicity .info > div:before,
.about-publicity .info > div:after,
.footer .foot-contact .item:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all,
.video-box[data-src]:not([data-src='']):after,
.xs-online ul li.wechat label,
.xs-online ul li.weixin label
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.goog-te-menu-frame
{
    z-index: 999999999 !important;
}
.txt p
{
    line-height: 2.28571429;

    margin: 0;
}
.txt img
{
    max-width: 100%;
    height: auto !important;
}
.scrollbar::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #bdbdbd;
}
.scrollbar::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.clamp,
.news-list p
{
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}
.t1,
.index-honor .list p,
.news-list h3,
.product-list h3,
.details-page p
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.ts,
.slick-arrow,
.more-box a span,
.menu-wrap .menu1 > li > a,
.news-list .item,
.news-list .pic-box,
.news-list .intro,
.news-list .more,
.news-list h3,
.online-wrap .online a
{
    -webkit-transition: .4s;
            transition: .4s;
}
@media (min-width: 1200px)
{
    .video-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .video-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.video-box[data-src]:not([data-src=''])
{
    cursor: pointer;
}
.video-box[data-src]:not([data-src='']):after
{
    -webkit-transition: 1.2s;
            transition: 1.2s;
}
.video-box[data-src]:not([data-src='']):after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .2);
}
.video-box[data-src]:not([data-src='']) .v-btn
{
    display: block;
}
@media (min-width: 1200px)
{
    .video-box[data-src]:not([data-src='']):hover:after
    {
        background-color: rgba(0, 0, 0, .1);
    }
    .video-box[data-src]:not([data-src='']):hover .mask-btn:after
    {
        -webkit-animation: scale 2000ms linear infinite;
                animation: scale 2000ms linear infinite;
    }
}
.video-box .v-btn
{
    font-size: 80px;
    line-height: 1;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    color: #da251e;
}
.video-box .v-btn.mask-btn:before
{
    position: relative;
    z-index: 2;

    display: block;
}
.video-box .v-btn.mask-btn:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);

    border: 20px solid #fff;
    border-radius: 50%;
}
.video-box > a:not(.img-box)
{
    position: relative;

    display: block;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    font-size: 16px;
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;

    color: #333;
}
@media (max-width: 767px)
{
    .table-box table
    {
        font-size: 14px;
    }
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 14px 8px !important;

    border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 12px 8px !important;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 12px !important;
    }
}
@media (max-width: 575px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 2.7vmin !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table img
{
    max-width: 100%;
    height: auto !important;
}
@media only screen and (min-width: 1260px)
{
    .container
    {
        width: 1230px;
    }
}
.pagination
{
    display: block;

    margin: 40px 0 20px;

    text-align: right;
}
@media (max-width: 767px)
{
    .pagination
    {
        margin-top: 35px;
    }
}
.pagination a,
.pagination span:not(.ellipsis)
{
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin: 0 5px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    color: #666;
    border-radius: 5px;
    background-color: #f2f2f2;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover
    {
        color: #fff;
        background-color: #3c6fba;
    }
}
@media (max-width: 1199px)
{
    .pagination a:active,
    .pagination span:not(.ellipsis):active
    {
        color: #fff;
        background-color: #3c6fba;
    }
}
@media (max-width: 767px)
{
    .pagination a,
    .pagination span:not(.ellipsis)
    {
        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fff;
    border-color: #3c6fba;
    background-color: #3c6fba;
}
.pagination span.current.prev,
.pagination span.current.next
{
    display: none;
}
.pagination .prev:before
{
    content: '\e9b5';
}
.pagination .next:before
{
    content: '\e72f';
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header
{
    position: relative;
    z-index: 999;
}
@media (min-width: 1200px)
{
    .header .fixed .header-box
    {
        position: fixed;
        z-index: 9999;
        bottom: 100%;
        left: 0;

        width: 100%;

        -webkit-transition: .4s;
                transition: .4s;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);

        background-color: #fff;
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: auto !important;
    }
}
@media (max-width: 575px)
{
    .header
    {
        padding: 1% 0;
    }
}
.header .top
{
    padding: 13px 0;

    background-color: #eee;
}
@media (max-width: 575px)
{
    .header .top .fun-box
    {
        font-size: 0;

        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .header .top .fun-box:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.header .top .fun-box > div
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .bottom
    {
        height: auto !important;
    }
}
.header .header-box
{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
}
.header .container
{
    position: relative;
}
.header .container > *
{
    font-size: 12px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .logo
{
    z-index: 2;
}
@media (max-width: 575px)
{
    .header .logo
    {
        width: 50%;
    }
}
.header .logo > a
{
    display: inline-block;

    padding: 3px 0;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo > a
    {
        padding: 8px 0;
    }
}
.header .logo img
{
    max-width: 100%;
}
.header .header-r
{
    text-align: right;
}
.header .header-r > div,
.header .header-r > button
{
    display: inline-block;

    vertical-align: middle;
}
@media (min-width: 1200px)
{
    .header .header-r > .search-wrap
    {
        display: inline-block !important;
    }
}
@media (max-width: 1199px)
{
    .header .header-r > .nav,
    .header .header-r > .search-wrap
    {
        display: none;
    }
}
@media (max-width: 575px)
{
    .header .header-r > .google-translate
    {
        display: none;
    }
}
.header .google-translate
{
    min-width: 110px;
    margin: 0 40px;
}
@media (max-width: 575px)
{
    .header .google-translate
    {
        margin: 0 3.5vw;
    }
}
.header .find
{
    position: relative;

    display: inline-block;

    margin: 0 25px 0 20px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
}
.header .find:after,
.header .find span
{
    display: inline-block;

    vertical-align: middle;
}
.header .find:after
{
    font-family: 'iconfont' !important;
    font-size: 1.4em;
    font-style: normal;

    content: '\e62a';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .find span
{
    margin-right: 5px;
}
@media (max-width: 767px)
{
    .header .find span
    {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .header .find:hover span
    {
        text-decoration: underline;
    }
}
@media (max-width: 575px)
{
    .header .find
    {
        margin: 0 15px 0 10px;
    }
}
.header .cart
{
    color: #444;
}
@media (min-width: 1200px)
{
    .header .cart
    {
        margin-left: 45px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .header .cart
    {
        margin-left: 20px;
    }
}
.header .cart var
{
    font-style: normal;
}
.header .cart a
{
    position: relative;

    display: block;
}
.header .cart a:before,
.header .cart a var
{
    display: inline-block;

    vertical-align: middle;
}
.header .cart a:before
{
    font-size: 28px;
    line-height: 1;

    content: '\e6b8';
}
@media (min-width: 1200px)
{
    .header .cart a:hover
    {
        color: #da251e;
    }
    .header .cart a:hover span
    {
        text-decoration: underline;
    }
}
.header .language-box
{
    margin-left: 80px;
}
@media (max-width: 1349px)
{
    .header .language-box
    {
        margin-left: 25px;
    }
}
@media (max-width: 767px)
{
    .header .language-box
    {
        margin: 0 20px 0 0;
    }
}
.header .language-box a
{
    position: relative;
}
.header .language-box a:before
{
    display: block;

    width: 23px;
    height: 16px;

    content: '';

    background: url(../images/language.png) no-repeat 0 100%;
    background-size: 200% auto;
}
.header .language-box a:before,
.header .language-box a span
{
    display: inline-block;

    vertical-align: middle;
}
.header .language-box a span
{
    margin-left: 10px;
}
@media (min-width: 1200px)
{
    .header .language-box a:hover span
    {
        text-decoration: underline;

        color: #da251e;
    }
}
@media (max-width: 575px)
{
    .header .language-box a span
    {
        display: none;
    }
}
.header .language-box a.cn:before
{
    background-position: 0 100%;
}
.header .language-box a.en:before
{
    background-position: 100% 100%;
}
.header .nav-collapse
{
    position: relative;

    display: none;

    width: 28px;
    height: 28px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 25px;

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line
{
    background-color: #333;
}
.header .xs-nav
{
    position: absolute;
    bottom: 10px;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 10px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .header .xs-nav
    {
        display: block;
    }
}
.header .xs-nav li
{
    display: inline-block;

    vertical-align: middle;
}
.header .xs-nav a
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: inline-block;

    padding: 0 5px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
.header .xs-nav a:after
{
    position: absolute;
    top: 0;
    right: 0;

    content: '/';

    color: #fff;
}
.header .xs-nav a:last-child:after
{
    display: none;
}
.header .xs-nav a:active span
{
    text-decoration: underline;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        text-align: left;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 12%;

        -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition:         transform .3s;
                transition:         transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .nav-box,
    .header .nav .container
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .container
    {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .header .nav .tbl
    {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        position: relative;

        width: 100%;
        height: 100%;
    }
    .header .nav .subtitle
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        padding: 60px 8%;
    }
}
.header .nav.left-100
{
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200
{
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
            transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300
{
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
            transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400
{
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
        -ms-transform: translateX(-400%);
            transform: translateX(-400%);
            transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500
{
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
        -ms-transform: translateX(-500%);
            transform: translateX(-500%);
            transform: translate3d(-500%, 0, 0);
}
.header .nav .nav-list1
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        text-align: left;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li:first-child:before
    {
        display: none;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        position: relative;

        display: inline-block;

        padding: 25px 20px;

        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;

        color: #444;
    }
    .header .nav .nav-list1 > li > a span
    {
        display: block;
    }
    .header .nav .nav-list1 > li > a .subtitle
    {
        font-size: 12px;

        margin-top: 2px;

        color: #cacaca;
    }
    .header .nav .nav-list1 > li:hover > a
    {
        color: #fff;
        background-color: #da251e;
    }
    .header .nav .nav-list1 ul
    {
        font-size: 14px;

        position: absolute;

        display: none;

        text-align: left;
        letter-spacing: 0;

        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 ul li:hover > a
    {
        text-decoration: underline;
    }
    .header .nav .nav-list1 ul a
    {
        position: relative;

        display: block;

        padding: 5px 15px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 140px;
        padding: 15px 0;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        display: block;

        padding: 5px 15px;

        text-align: center;
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        position: absolute;
        top: 0;
        left: 100%;

        min-width: 120px;
        padding: 10px 0;

        border-left: 1px solid transparent;
    }
    .header .nav .nav-list1 .pro-nav-list2 .active > a
    {
        text-decoration: underline;
    }
}
@media (min-width: 1200px) and (min-width: 1200px)
{
    .header .nav .nav-list1 ul a:hover
    {
        text-decoration: underline;

        color: #da251e;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        width: 100%;
    }
    .header .nav .nav-list1 ul
    {
        display: none !important;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .mask-nav
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .mask-nav .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .mask-nav .nav-top .nav-title
    {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content
{
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
        touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li
{
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .mask-nav .content ul li
    {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more
{
    position: relative;
}
.header .mask-nav .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .mask-nav .content ul li a
{
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul
{
    display: none;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-4
{
    left: 300%;
}
.header .nav-5
{
    left: 400%;
}
.header .fade-out ul
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
.header .fade-out ul .more
{
    padding-right: 25px;
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
            touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track
    {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb
    {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover
    {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a
    {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 10px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 1.6;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 575px)
{
    .header .fade-out ~ .google-translate
    {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
                transition: .3s;
    }
    .header .fade-out.left-100 ~ .google-translate
    {
        top: -30px;

        opacity: 0;
    }
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.search-wrap
{
    max-width: 65%;
}
@-webkit-keyframes avia_pop
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes avia_pop
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@media (min-width: 1200px)
{
    .search-wrap
    {
        width: 260px;
        margin-left: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .search-wrap
    {
        width: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1349px)
{
    .search-wrap
    {
        margin-left: 5px;
    }
}
@media (max-width: 1199px)
{
    .search-wrap
    {
        position: absolute;
        z-index: 3;
        top: 100%;
        right: 15px;

        display: none;

        padding: 15px;

        -webkit-animation: avia_pop .3s 1 cubic-bezier(.175, .885, .32, 1.275);
                animation: avia_pop .3s 1 cubic-bezier(.175, .885, .32, 1.275);

        background-color: #fff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    }
}
.search-box
{
    position: relative;

    max-width: 100%;
}
.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder
{
    color: #888;
}
.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder
{
    color: #888;
}
.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder
{
    color: #888;
}
.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder
{
    color: #888;
}
.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder
{
    color: #ccc;
}
.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.search-box input
{
    display: block;

    width: 100%;
    padding: 13px 50px 13px 10px;

    color: #888;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .search-box input
    {
        padding: 9px 50px 9px 10px;
    }
}
.search-box .submit
{
    font-size: 18px;
    line-height: 48px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;

    text-align: center;

    color: #666;
    background: none;
}
.search-box .submit:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e62a';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .search-box .submit
    {
        -webkit-transition: .3s;
                transition: .3s;
    }
    .search-box .submit:hover
    {
        color: #da251e;
    }
}
@media (max-width: 1199px)
{
    .search-box .submit:active
    {
        color: #da251e;
    }
}
@media (max-width: 767px)
{
    .search-box .submit
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.slick-dots
{
    margin-top: 15px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 8px;
    background-color: #d7d7d7;
}
.slick-dots li.slick-active
{
    background-color: #da251e;
}
.slick-dots li button
{
    display: none;
}
.slick-arrow
{
    font-size: 30px;
    font-weight: bold;

    position: absolute;
    z-index: 6;
    top: 50%;

    display: block;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    letter-spacing: 0;

    color: #999;
    background: none;
}
.slick-arrow:hover
{
    color: #da251e;
}
.slick-prev
{
    left: -5%;
}
.slick-prev:before
{
    content: '\eb60';
}
.slick-next
{
    right: -5%;
}
.slick-next:before
{
    content: '\e625';
}
@-webkit-keyframes jump
{
    0%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 15px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
@keyframes jump
{
    0%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 15px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    100%
    {
        bottom: 24px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .slick-arrow
{
    line-height: 80px;

    top: 40%;

    width: 42px;
    height: 80px;

    text-align: center;

    background-color: rgba(0, 0, 0, .4);
}
@media (min-width: 1200px)
{
    .banner .slick-arrow:hover
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
.banner .slick-prev
{
    left: 0;
}
.banner .slick-next
{
    right: 0;
}
.banner .slick-dots
{
    position: absolute;
    z-index: 2;
    bottom: 110px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 80px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
@media (max-width: 575px)
{
    .banner .slick-dots
    {
        bottom: 15px;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 5px;
    margin: 0 5px;

    opacity: .8;
    border-radius: 0;
    background-color: #fff;
}
@media (max-width: 575px)
{
    .banner .slick-dots li
    {
        width: 20px;
        height: 3px;
    }
}
.banner .slick-dots .slick-active
{
    opacity: 1;
    background-color: #000;
}
.banner .item
{
    position: relative;

    display: block;
}
.banner .item > a
{
    display: block;
    overflow: hidden;

    max-width: 100%;
}
.banner .item > a > img
{
    position: relative;
    left: 50%;

    display: block;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (min-width: 1850px) and (max-width: 1920px)
{
    .banner .item > a > img
    {
        width: auto;
    }
}
@media (max-width: 1199px)
{
    .banner .item > a > img
    {
        width: 150%;
    }
}
.title
{
    position: relative;

    margin-bottom: 30px;
}
.title.line:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);

    background-color: #da251e;
    box-shadow: 0 0 0 8px #fff;
}
.title.line:after
{
    display: block;

    width: 470px;
    max-width: 100%;
    height: 1px;
    margin: 15px auto 0;

    content: '';

    background-color: #ececec;
}
.title.center
{
    max-width: 100%;

    text-align: center;
}
.title.center,
.title.center h2:after
{
    margin-right: auto;
    margin-left: auto;
}
.title h2
{
    font-size: 38px;
    font-weight: normal;

    margin: 0 0 5px;

    text-transform: capitalize;

    color: #333;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 35px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 26px;
    }
}
.title span
{
    font-size: 12px;

    color: #ccc;
}
.more-box.center
{
    text-align: center;
}
.more-box a
{
    font-size: 14px;

    display: inline-block;

    color: #fff;
    color: #999;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.more-box a:after,
.more-box a span
{
    display: inline-block;

    vertical-align: middle;
}
.more-box a:after
{
    font-size: 1.3em;
    line-height: 40px;

    width: 40px;
    height: 40px;

    content: '\e6da';
    text-align: center;

    color: #fff;
    background-color: #da251e;
}
.more-box a span
{
    padding: 10px 30px;
}
@media (min-width: 1200px)
{
    .more-box a,
    .more-box a:after
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .more-box a:hover
    {
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
    }
    .more-box a:hover span
    {
        color: #da251e;
    }
}
@media (max-width: 1199px)
{
    .more-box a:active span
    {
        text-decoration: underline;

        color: #da251e;
    }
}
@media (max-width: 767px)
{
    .more-box a:after
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .more-box a span
    {
        padding: 5px 20px;
    }
}
.index-box
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 45px 0;
    }
}
.index-advantage
{
    position: relative;
    z-index: 2;

    margin-top: -80px;
    margin-bottom: 30px;
}
@media (max-width: 1199px)
{
    .index-advantage
    {
        margin-top: -50px;
    }
}
@media (max-width: 991px)
{
    .index-advantage
    {
        margin: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-advantage
    {
        margin: 45px 0;
    }
}
@media (min-width: 576px)
{
    .index-advantage .list
    {
        display: table;

        width: 100%;

        table-layout: fixed;

        box-shadow: 0 0 15px 1px rgba(0, 0, 0, .3);
    }
}
@media (max-width: 575px)
{
    .index-advantage .list
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.index-advantage .list li
{
    overflow: hidden;

    padding: 45px 35px;

    color: #fff;
}
.index-advantage .list li:nth-child(1)
{
    background-color: #d5192a;
}
.index-advantage .list li:nth-child(2)
{
    background-color: #bf1e2d;
}
.index-advantage .list li:nth-child(3)
{
    background-color: #b5101f;
}
@media (min-width: 576px)
{
    .index-advantage .list li
    {
        display: table-cell;

        width: 33.33333%;

        vertical-align: top;
    }
    .index-advantage .list li > div
    {
        float: left;
    }
}
@media (max-width: 1199px)
{
    .index-advantage .list li
    {
        padding: 30px 25px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .list li
    {
        padding: 25px 10px;
    }
}
@media (max-width: 575px)
{
    .index-advantage .list li
    {
        width: 50%;
        padding: 15px;
    }
}
.index-advantage .list .left
{
    line-height: 1;
}
@media (min-width: 576px)
{
    .index-advantage .list .left
    {
        width: 36.36363636%;
    }
}
@media (min-width: 576px) and (max-width: 767px)
{
    .index-advantage .list .left
    {
        width: 60px;
    }
}
@media (max-width: 575px)
{
    .index-advantage .list .left
    {
        margin-bottom: 10px;
    }
}
.index-advantage .list .left > *
{
    display: inline-block;

    vertical-align: bottom;
}
.index-advantage .list .left b
{
    font-size: 60px;
}
@media (max-width: 1199px)
{
    .index-advantage .list .left b
    {
        font-size: 45px;
    }
}
@media (max-width: 991px)
{
    .index-advantage .list .left b
    {
        font-size: 35px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .list .left b
    {
        font-size: 26px;
    }
}
.index-advantage .list .left span
{
    font-size: 16px;
}
@media (max-width: 991px)
{
    .index-advantage .list .left span
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .list .left span
    {
        font-size: 12px;
    }
}
@media (min-width: 576px)
{
    .index-advantage .list .right
    {
        width: 63.63636364%;
    }
}
@media (min-width: 576px) and (max-width: 767px)
{
    .index-advantage .list .right
    {
        width: -webkit-calc(100% - 60px);
        width:         calc(100% - 60px);
    }
}
.index-advantage .list .info
{
    margin-bottom: 35px;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 1199px)
{
    .index-advantage .list .info
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .list .info
    {
        margin-bottom: 0;

        border-bottom: none;
    }
}
.index-advantage .list h3
{
    font-size: 16px;
    line-height: 1.4;

    margin: 0 0 5px;
}
@media (max-width: 1199px)
{
    .index-advantage .list h3
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .list h3
    {
        font-size: 13px;

        margin-bottom: 0;
    }
}
.index-advantage .list p
{
    font-size: 12px;

    margin: 0 0 5px;

    opacity: .8;
}
.index-advantage .list .iconfont
{
    font-size: 60px;
    line-height: 1;

    opacity: .5;
}
@media (max-width: 1199px)
{
    .index-advantage .list .iconfont
    {
        font-size: 45px;
    }
}
@media (max-width: 767px)
{
    .index-advantage .list .iconfont
    {
        display: none;
    }
}
@media (max-width: 575px)
{
    .index-advantage .list .iconfont
    {
        font-size: 35px;
    }
}
.index-product
{
    background-color: #f7f7f7;
}
.index-product .title:before
{
    box-shadow: 0 0 0 8px #f7f7f7;
}
.index-product .txt
{
    width: 788px;
    max-width: 100%;
    margin: 0 auto;

    text-align: center;
}
.index-product .img-box
{
    padding-bottom: 85.96491228%;
}
.index-pro-nav
{
    padding-top: 10px;

    text-align: center;
}
.index-pro-nav li
{
    display: inline-block;

    margin: 0 5px;
    margin-top: 10px;

    vertical-align: middle;
}
.index-pro-nav a
{
    display: block;

    padding: 10px 35px;

    color: #fff;
    background-color: #da251e;
}
@media (min-width: 1200px)
{
    .index-pro-nav a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .index-pro-nav a:hover
    {
        background-color: #3c6fba;
    }
}
@media (max-width: 1199px)
{
    .index-pro-nav a:active
    {
        background-color: #3c6fba;
    }
}
@media (max-width: 767px)
{
    .index-pro-nav a
    {
        padding: 7px 25px;
    }
}
@media (max-width: 575px)
{
    .index-pro-nav a
    {
        font-size: 14px;
        font-size: 3.2vmin;

        padding: 6px 18px;
    }
}
.index-slick-product
{
    margin: 40px 0 90px;
}
@media (max-width: 1199px)
{
    .index-slick-product
    {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px)
{
    .index-slick-product
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .index-slick-product
    {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}
.index-slick-product .slick-list
{
    margin: 0 -15px;
}
.index-slick-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 575px)
{
    .index-slick-product .slick-list
    {
        margin: 0 -5px;
    }
    .index-slick-product .slick-slide
    {
        padding: 0 5px;
    }
}
.index-slick-product .img-box
{
    padding-bottom: 64.28571429%;
}
@media (min-width: 1200px)
{
    .index-slick-product .img-box img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-slick-product .img-box:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.index-slick-product h3
{
    font-size: 16px;

    margin: 15px 0 10px;

    color: #333;
}
@media (min-width: 1200px)
{
    .index-slick-product h3:hover
    {
        text-decoration: underline;
    }
}
@media (max-width: 575px)
{
    .index-slick-product h3
    {
        font-size: 14px;

        margin: 10px 0;
    }
}
.index-slick-product .inquiry-btn a
{
    display: inline-block;

    padding: 10px 13px;

    color: #fff;
    background-color: #da251e;
}
@media (min-width: 1200px)
{
    .index-slick-product .inquiry-btn a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .index-slick-product .inquiry-btn a:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .index-slick-product .inquiry-btn a:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}
@media (max-width: 575px)
{
    .index-slick-product .inquiry-btn a
    {
        font-size: 12px;

        padding: 5px 13px;
    }
}
.index-about
{
    background: no-repeat top center;
}
.index-about .intro
{
    position: relative;

    margin-top: 45px;

    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .index-about .intro > div
    {
        float: left;

        width: 50%;
        padding: 0 23px;
    }
}
@media (max-width: 991px)
{
    .index-about .intro
    {
        padding: 35px;
    }
}
@media (max-width: 575px)
{
    .index-about .intro
    {
        margin-top: 20px;
        padding: 20px 20px 10px;
    }
}
.index-about .intro .title
{
    margin: 55px 0 15px;
}
@media (max-width: 991px)
{
    .index-about .intro .title
    {
        margin: 30px 0 10px;
    }
}
.index-about .intro .title h2
{
    color: #fff;
}
.index-about .intro .img-box
{
    padding-bottom: 67.27272727%;
}
@media (min-width: 992px)
{
    .index-about .intro .img-box
    {
        -webkit-transform: translateY(-25px);
            -ms-transform: translateY(-25px);
                transform: translateY(-25px);
    }
}
@media (max-width: 991px)
{
    .index-about .pic-box
    {
        width: 550px;
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 767px)
{
    .index-about .txt p
    {
        font-size: 12px;
    }
}
.index-about .contact
{
    margin: 20px 0 35px;
}
.index-about .contact p
{
    font-size: 12px;

    margin-bottom: 0;
}
.index-about .contact a
{
    font-size: 24px;
}
.index-honor
{
    padding: 0;
}
.index-honor .list
{
    padding: 50px 0;

    background-color: #e9e9e9;
}
@media (max-width: 767px)
{
    .index-honor .list
    {
        padding: 35px 0;
    }
}
@media (max-width: 575px)
{
    .index-honor .list ul
    {
        margin: -15px -10px 0;
    }
}
.index-honor .list .img-box
{
    padding-bottom: 146.34146341%;
}
.index-honor .list li
{
    display: inline-block;

    vertical-align: bottom;
}
@media (min-width: 576px)
{
    .index-honor .list li
    {
        width: 20%;
    }
    .index-honor .list li:nth-child(1),
    .index-honor .list li:nth-child(5)
    {
        width: 18%;
    }
    .index-honor .list li:nth-child(3)
    {
        width: 24%;
    }
}
@media (min-width: 1200px)
{
    .index-honor .list li:hover p
    {
        color: #da251e;
    }
}
@media (max-width: 575px)
{
    .index-honor .list li
    {
        width: 50%;
        margin-top: 15px;
        padding: 0 10px;
    }
}
.index-honor .list p
{
    margin: 15px 0 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .index-honor .list p
    {
        margin-top: 10px;
    }
}
.t1s,
.index-nav .item:before,
.index-nav .img-box,
.index-nav .intro,
.index-nav p
{
    -webkit-transition: 1s;
            transition: 1s;
}
.index-nav .list
{
    overflow: hidden;
}
.index-nav .item
{
    position: relative;

    display: block;
    float: left;
    overflow: hidden;

    width: 33.33333%;

    background-color: #000;
}
.index-nav .item:before
{
    font-size: 40px;
    line-height: 76px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    width: 76px;
    height: 76px;

    content: '\e629';
    -webkit-transform: translateX(-50%) translateY(200px);
        -ms-transform: translateX(-50%) translateY(200px);
            transform: translateX(-50%) translateY(200px);
    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background-color: #bc0415;
}
@media (min-width: 1200px)
{
    .index-nav .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .index-nav .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .index-nav .item:hover:before
    {
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);

        opacity: 1;
    }
    .index-nav .item:hover .img-box
    {
        opacity: .5;
    }
    .index-nav .item:hover .intro
    {
        -webkit-transform: translateY(-120%);
            -ms-transform: translateY(-120%);
                transform: translateY(-120%);

        opacity: 0;
    }
    .index-nav .item:hover p
    {
        -webkit-transform: translateY(-200%);
            -ms-transform: translateY(-200%);
                transform: translateY(-200%);
    }
}
@media (max-width: 575px)
{
    .index-nav .item
    {
        width: 100%;
    }
}
.index-nav .pic
{
    width: 70px;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .index-nav .pic
    {
        width: 50px;
    }
}
.index-nav .pic img
{
    max-width: 100%;
}
.index-nav .img-box
{
    padding-bottom: 56.25%;

    opacity: .3;
}
.index-nav .intro
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.index-nav h3
{
    font-size: 30px;

    margin: 20px 0 4px;

    color: #da251e;
}
@media (max-width: 1199px)
{
    .index-nav h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .index-nav h3
    {
        font-size: 20px;

        margin-top: 10px;
    }
}
.index-nav p
{
    margin: 0;

    opacity: .6;
    color: #fff;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.breadcrumb
{
    margin: 0 0 0 10px;
    padding: 0;

    color: #444;
    background: none;
}
@media (max-width: 767px)
{
    .breadcrumb
    {
        font-size: 12px;

        text-align: left;
    }
}
.breadcrumb li
{
    text-transform: capitalize;
}
.breadcrumb li:first-child:before
{
    font-size: 1.2em;

    display: inline-block;

    margin-right: 5px;

    content: '\e6c8';
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    vertical-align: middle;
}
.breadcrumb li a:hover
{
    text-decoration: underline;

    color: #da251e;
}
.breadcrumb > li + li:before
{
    padding: 0 4px 0 3px;

    content: '>';

    color: #444;
}
@media (max-width: 767px)
{
    .breadcrumb > li + li:before
    {
        padding: 0 3px 0 5px;
    }
}
.xs-product-nav
{
    font-size: 15px;
    line-height: 1.8;

    margin: 0 -8px 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .xs-product-nav
    {
        font-size: 14px;
    }
}
@media (max-width: 575px)
{
    .xs-product-nav
    {
        font-size: 3.5vmin;
    }
}
.xs-product-nav li
{
    display: inline-block;

    padding: 0 8px;

    vertical-align: top;
}
.xs-product-nav .active
{
    font-weight: bold;

    color: #da251e;
}
.inside-nav
{
    margin-bottom: 35px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inside-nav
    {
        margin-bottom: 20px;
    }
}
.inside-nav .row
{
    margin: 0 -10px;
}
@media (max-width: 575px)
{
    .inside-nav .row
    {
        margin: 0 -5px;
    }
}
.inside-nav li
{
    display: inline-block;

    margin-bottom: 10px;
    padding: 0 10px;
}
@media (max-width: 575px)
{
    .inside-nav li
    {
        padding: 0 5px;
    }
}
.inside-nav a
{
    font-size: 14px;
    line-height: 40px;

    display: block;

    min-width: 160px;
    height: 40px;
    padding: 0 10px;

    text-align: center;

    color: #333;
    background: #e9e9e9;
}
@media (min-width: 1200px)
{
    .inside-nav a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .inside-nav a:hover
    {
        color: #fff;
        background-color: #da251e;
    }
}
@media (max-width: 1199px)
{
    .inside-nav a:active
    {
        color: #fff;
        background-color: #da251e;
    }
}
@media (max-width: 767px)
{
    .inside-nav a
    {
        font-size: 12px;
        font-size: 3vmin;
        line-height: 30px;

        min-width: auto;
        height: 30px;
    }
}
.inside-nav .active a
{
    color: #fff;
    background-color: #da251e;
}
.menu-wrap .menu1
{
    border: 1px solid #f0f0f0;
}
.menu-wrap .menu1 > li > a
{
    position: relative;

    display: block;

    padding: 10px 35px;

    color: #333;
    border-top: 1px solid #f0f0f0;
}
.menu-wrap .menu1 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 15px;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';

    border-radius: 50%;
    background-color: #d9d9d9;
}
@media (min-width: 1200px)
{
    .menu-wrap .menu1 > li > a:hover
    {
        background: #eff8f8;
    }
}
.menu-wrap .menu1 > li:first-child > a
{
    border-top: none;
}
.keyword-box
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .keyword-box
    {
        margin-top: 30px;
    }
}
.keyword-box .tit,
.keyword-box span
{
    font-size: 13px;

    display: inline-block;

    margin-bottom: 15px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .keyword-box .tit,
    .keyword-box span
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .keyword-box .tit,
    .keyword-box span
    {
        font-size: 12px;
        font-size: 2.8vmin;

        margin-bottom: 8px;
    }
}
.keyword-box span
{
    margin-right: 18px;
    padding: 5px 10px;

    cursor: default;

    color: #969696;
    border: 1px solid #f0f0f0;
    background: #fcfcfc;
}
@media (max-width: 991px)
{
    .keyword-box span
    {
        margin-right: 15px;
    }
}
@media (max-width: 767px)
{
    .keyword-box span
    {
        margin-right: 10px;
    }
}
@media (min-width: 1200px)
{
    .list-l
    {
        width: 22.76422764%;
    }
}
@media (min-width: 1200px)
{
    .content-r
    {
        width: 77.23577236%;
    }
}
.inside-page .content
{
    padding: 50px 0 15px;
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding-top: 45px;
    }
}
.contact-wrap .info
{
    line-height: 2.28571429;

    text-align: center;

    color: #707070;
}
.contact-wrap .info .name
{
    font-size: 22px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .contact-wrap .info .name
    {
        font-size: 20px;
    }
}
.contact-wrap .info p
{
    margin: 0;
}
@media (min-width: 1200px)
{
    .contact-wrap .info a:hover
    {
        text-decoration: underline;

        color: #da251e;
    }
}
@media (max-width: 1199px)
{
    .contact-wrap .info a:active
    {
        text-decoration: underline;

        color: #da251e;
    }
}
.contact-wrap .map
{
    position: relative;

    overflow: hidden;

    margin: 50px 0;
}
.contact-wrap .map .map-content
{
    display: block;

    width: 100%;
    height: 350px;
}
@media (max-width: 767px)
{
    .contact-wrap .map
    {
        margin: 40px 0;
    }
    .contact-wrap .map .map-content
    {
        height: 280px;
    }
}
.contact-wrap .inquiry-form
{
    margin-bottom: 30px;
}
.contact-wrap .inquiry-form h3
{
    text-align: center;
}
@media (max-width: 767px)
{
    .contact-wrap .inquiry-form h3
    {
        font-size: 22px;

        margin-bottom: 0;
    }
}
.contact-wrap .inquiry-form .submit
{
    width: 100%;
}
.news-list .item
{
    display: block;
    overflow: hidden;

    margin-top: 20px;

    background-color: #f7f7f7;
}
@media (min-width: 1200px)
{
    .news-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 576px)
{
    .news-list .item .pic-box,
    .news-list .item .intro
    {
        float: left;
    }
}
@media (min-width: 1200px)
{
    .news-list .item:hover
    {
        box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .1);
    }
    .news-list .item:hover .pic-box
    {
        background-color: #ccc;
    }
    .news-list .item:hover .intro
    {
        -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
                transform: translateX(20px);
    }
    .news-list .item:hover .more
    {
        -webkit-transform: translateX(35px);
            -ms-transform: translateX(35px);
                transform: translateX(35px);

        color: #fff;
        background-color: #ccc;
    }
}
@media (max-width: 575px)
{
    .news-list .item
    {
        padding: 15px;
    }
}
.news-list .img-box
{
    padding-bottom: 65%;
}
@media (min-width: 576px)
{
    .news-list .pic-box
    {
        width: 230px;
        padding: 15px;
    }
}
@media (max-width: 575px)
{
    .news-list .pic-box
    {
        width: 400px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.news-list .intro
{
    position: relative;
}
@media (min-width: 576px)
{
    .news-list .intro
    {
        width: -webkit-calc(100% - 230px);
        width:         calc(100% - 230px);
        padding: 20px 255px 20px 35px;
    }
}
@media (min-width: 576px) and (max-width: 991px)
{
    .news-list .intro
    {
        padding-right: 150px;
        padding-left: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px)
{
    .news-list .intro
    {
        padding-right: 20px;
    }
}
@media (min-width: 768px)
{
    .news-list .date
    {
        position: absolute;
        top: 35px;
        right: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .news-list .date
    {
        right: 30px;
    }
}
.news-list .date-box
{
    font-family: HELVETICANEUELTPRO-THEX, '微软雅黑';
    font-size: 19px;

    color: #999;
}
@media (max-width: 767px)
{
    .news-list .date-box
    {
        font-size: 15px;

        margin-bottom: 5px;
    }
}
.news-list .more
{
    font-size: 12px;

    display: inline-block;

    margin-top: 36px;
    padding: 8px 10px;

    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 35px;
}
.news-list h3
{
    font-size: 16px;

    margin: 20px 0;

    color: #717171;
}
@media (max-width: 767px)
{
    .news-list h3
    {
        margin: 10px 0;
    }
}
.news-list p
{
    font-size: 12px;
    line-height: 2;

    overflow: hidden;

    height: auto;
    margin: 0;

    color: #a2a2a2;

    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .news-list p
    {
        font-size: 14px;
    }
}
.news-details-wrap .top-info
{
    margin-bottom: 35px;

    text-align: center;

    border-bottom: 1px solid #f0f0f0;
}
.news-details-wrap .info
{
    padding: 15px 0 20px;
}
@media (max-width: 767px)
{
    .news-details-wrap .info
    {
        padding: 10px 0 15px;
    }
}
.news-details-wrap .info > div
{
    font-size: 12px;
    line-height: 2;

    position: relative;

    display: inline-block;

    padding-left: 20px;

    vertical-align: middle;

    color: #c8c8c8;
}
.news-details-wrap .info > div:before
{
    position: absolute;
    top: 0;
    left: 0;
}
.news-details-wrap .info span
{
    color: #969696;
}
.news-details-wrap .info .type
{
    margin-right: 25px;
}
.news-details-wrap .info .type:before
{
    content: '\e67d';
}
.news-details-wrap .info .time:before
{
    content: '\e675';
}
.news-details-wrap h1
{
    font-size: 30px;

    color: #1e1e1e;
}
@media (max-width: 1199px)
{
    .news-details-wrap h1
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .news-details-wrap h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap h1
    {
        font-size: 20px;
    }
}
.news-details-wrap .txt p
{
    color: #656565;
}
@media (min-width: 768px)
{
    .news-details-wrap .txt p
    {
        font-size: 16px;
        line-height: 2;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .details-page
    {
        margin-top: 25px;
    }
}
.network-domestic-wrap .list
{
    margin-top: -15px;
}
@media (max-width: 575px)
{
    .network-domestic-wrap .list
    {
        margin: -10px -8px 0;
    }
}
.network-domestic-wrap .list li
{
    margin-top: 15px;
}
@media (max-width: 575px)
{
    .network-domestic-wrap .list li
    {
        width: 33.33333%;
        margin-top: 10px;
        padding: 0 8px;
    }
}
.network-domestic-wrap .list .item
{
    text-align: center;
}
.network-domestic-wrap .list img
{
    max-width: 100%;
    height: auto !important;

    border: 1px solid #e9e9e9;
}
.network-domestic-wrap .list p
{
    margin: 10px 0 0;
}
@media (max-width: 575px)
{
    .network-domestic-wrap .list p
    {
        font-size: 12px;

        margin-top: 8px;
    }
}
@media (max-width: 767px)
{
    .network-list .row
    {
        margin: 0 -8px;
    }
}
.network-list li
{
    margin-top: 15px;

    text-align: center;
}
@media (min-width: 1200px)
{
    .network-list li
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .network-list li
    {
        padding: 0 8px;
    }
}
@media (max-width: 575px)
{
    .network-list li
    {
        width: 50%;
        margin-top: 10px;
    }
}
.network-list img
{
    max-width: 100%;
    height: auto !important;

    border: 1px solid #e9e9e9;
}
.network-abroad-wrap .list
{
    margin-bottom: 40px;
}
.network-abroad-wrap .list h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    text-align: center;

    color: #707070;
}
.product-list
{
    margin-top: -20px;
}
@media (max-width: 575px)
{
    .product-list
    {
        margin: -15px -5px 0;
    }
}
.product-list li
{
    margin-top: 20px;
}
@media (max-width: 575px)
{
    .product-list li
    {
        margin-top: 15px;
        padding: 0 5px;
    }
}
@media (min-width: 1200px)
{
    .product-list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list .item:hover h3
    {
        color: #d40707;
    }
}
.product-list .img-box
{
    padding-bottom: 64.28571429%;
}
.product-list h3
{
    font-size: 14px;

    height: 16px;
    margin: 15px 0 0;

    text-align: center;

    color: #5d5d5d;
}
@media (max-width: 575px)
{
    .product-list h3
    {
        margin-top: 10px;
    }
}
.product-wrap h2,
.product-details-wrap h2
{
    font-size: 16px;

    position: relative;

    margin: 0;
    padding-bottom: 15px;
    padding-left: 30px;

    color: #444;
}
.product-wrap h2:before,
.product-details-wrap h2:before
{
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    top: 0;
    left: 0;

    width: 16px;
    height: 16px;

    content: '\e72f';
    text-align: center;

    border: 1px solid #444;
    border-radius: 50%;
}
.product-wrap .top-info,
.product-details-wrap .top-info
{
    border-bottom: 1px solid #f0f0f0;
}
.product-wrap .top-info
{
    margin-bottom: 10px;
}
.zoomMask
{
    border: 1px solid rgba(212, 212, 212, .3);
    background: rgba(254, 238, 167, .3);
}
.product-details-wrap .breadcrumb
{
    margin: 0 0 30px;
}
@media (min-width: 992px)
{
    .product-details-wrap .carousel-wrap > div
    {
        float: left;
    }
}
.product-details-wrap .carousel-wrap .slick-dots
{
    margin-top: 5px;
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 64.28571429%;
}
.product-details-wrap .carousel-box
{
    width: 54.34782609%;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel-box
    {
        width: 500px;
        max-width: 100%;
        margin: 40px auto 0;
    }
}
@media (min-width: 992px)
{
    .product-details-wrap .info-wrap
    {
        width: 45.65217391%;
        padding-left: 40px;
    }
}
.product-details-wrap h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
    padding: 25px 0;

    color: #333;
    border-bottom: 1px dashed #f0f0f0;
}
@media (max-width: 991px)
{
    .product-details-wrap h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap h1
    {
        font-size: 20px;
    }
}
.product-details-wrap .inquiry-btn
{
    margin-top: 20px;
}
.product-details-wrap .inquiry-btn a
{
    font-size: 16px;

    display: inline-block;

    padding: 9px 10px;

    color: #fff;
    border-radius: 5px;
    background-color: #da251e;
}
.product-details-wrap .inquiry-btn a:before,
.product-details-wrap .inquiry-btn a span
{
    display: inline-block;

    vertical-align: middle;
}
.product-details-wrap .inquiry-btn a:before
{
    margin-right: 10px;

    content: '\e642';
}
@media (min-width: 1200px)
{
    .product-details-wrap .inquiry-btn a
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .product-details-wrap .inquiry-btn a:hover
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 1199px)
{
    .product-details-wrap .inquiry-btn a:active
    {
        text-decoration: underline;

        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .2);
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-btn a
    {
        font-size: 14px;

        padding: 7px 10px;
    }
}
.product-details-wrap .details-list
{
    padding-top: 70px;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list
    {
        padding-top: 60px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-list
    {
        padding-top: 45px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list
    {
        padding-top: 35px;
    }
}
.product-details-wrap .details-list h3
{
    font-size: 26px;
    font-weight: bold;

    position: relative;

    margin: 0 0 25px;

    text-transform: capitalize;

    color: #333;
}
.product-details-wrap .details-list h3:after
{
    display: block;

    width: 35px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #da251e;
}
@media (max-width: 1199px)
{
    .product-details-wrap .details-list h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .details-list h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .details-list h3
    {
        font-size: 20px;

        margin-bottom: 15px;
    }
}
.product-details-wrap .details-video .video-wrap
{
    width: 750px;
    max-width: 100%;
}
.product-details-wrap .details-video .video-wrap .img-box
{
    padding-bottom: 53.33333333%;
}
.product-details-wrap .details-video .video-wrap iframe
{
    width: 100% !important;
    height: 100% !important;
}
.product-details-wrap .inquire-wrap h3
{
    margin-bottom: 15px;
}
.product-details-wrap .related .list
{
    margin: -20px -10px 0;
}
.product-details-wrap .related .list li
{
    margin-top: 20px;
    padding: 0 10px;
}
.details-page
{
    overflow: hidden;

    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 10px;

    border-top: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .details-page
    {
        margin-top: 35px;
    }
}
.details-page a
{
    color: #333;
}
@media (min-width: 1200px)
{
    .details-page a:hover
    {
        text-decoration: underline;

        color: #da251e;
    }
}
@media (max-width: 1199px)
{
    .details-page a:active
    {
        text-decoration: underline;

        color: #da251e;
    }
}
.details-page p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (min-width: 768px)
{
    .details-page .next
    {
        text-align: right;
    }
}
.inquiry-form p
{
    font-size: 16px;

    margin-bottom: 15px;

    color: #666;
}
@media (max-width: 767px)
{
    .inquiry-form p
    {
        font-size: 14px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #666;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #666;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #666;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c3c3c3;
}
.inquiry-form form .row
{
    margin: 0 -10px;
}
.inquiry-form form .row li
{
    padding: 0 10px;
}
.inquiry-form form label
{
    font-weight: normal;

    position: relative;

    width: 100%;
    margin: 20px 0 0;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    font-size: 14px;
    font-weight: normal;

    display: block;

    width: 100%;
    padding: 12px 20px;

    color: #666;
    background: #f4f4f4;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        padding: 10px 15px;
    }
}
.inquiry-form form textarea
{
    height: 220px;
}
@media (max-width: 767px)
{
    .inquiry-form form textarea
    {
        height: 180px;
    }
}
.inquiry-form form .pro-name
{
    font-weight: bold;

    color: #333;
    background: #e1e1e1;
}
.inquiry-form form .placeholder
{
    font-size: 14px;
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 10px;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;

    opacity: 0;
    color: #da251e;
}
.inquiry-form form .input-box:-moz-placeholder-shown + .placeholder
{
    z-index: -1;

    visibility: hidden;
}
.inquiry-form form .input-box:-ms-input-placeholder + .placeholder
{
    z-index: -1;

    visibility: hidden;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder
{
    z-index: -1;

    visibility: hidden;
}
.inquiry-form form .input-box:not(:-moz-placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:-moz-placeholder-shown) + .placeholder
{
    visibility: visible;

    transform: translateY(-12px) scale(.95);

    opacity: 1;
}
.inquiry-form form .input-box:not(:-ms-input-placeholder) + .placeholder,
.inquiry-form form .input-box:focus:not(:-ms-input-placeholder) + .placeholder
{
    visibility: visible;

    -ms-transform: translateY(-12px) scale(.95);
        transform: translateY(-12px) scale(.95);

    opacity: 1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder
{
    visibility: visible;

    -webkit-transform: translateY(-12px) scale(.95);
        -ms-transform: translateY(-12px) scale(.95);
            transform: translateY(-12px) scale(.95);

    opacity: 1;
}
.inquiry-form form .submit
{
    font-weight: bold;

    display: block;

    margin: 25px auto 0;
    padding: 12px 53px;

    color: #fff;
    background-color: #333;
}
@media (min-width: 1200px)
{
    .inquiry-form form .submit
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .inquiry-form form .submit:hover
    {
        background-color: #da251e;
    }
}
@media (max-width: 1199px)
{
    .inquiry-form form .submit:active
    {
        background-color: #da251e;
    }
}
@media (max-width: 767px)
{
    .inquiry-form form .submit
    {
        margin-top: 15px;
        padding: 8px 30px;
    }
}
.honor-wrap .list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .honor-wrap .list
    {
        margin: 0 -10px;
    }
}
.honor-wrap .list li
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .honor-wrap .list li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 575px)
{
    .honor-wrap .list li
    {
        width: 50%;
    }
}
.honor-wrap .list .item
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    border: 1px solid #ccc;
}
@media (min-width: 1200px)
{
    .honor-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .honor-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
.honor-wrap .list .item img
{
    max-width: 100%;
    height: auto;
}
.about-publicity .pic-show
{
    position: relative;
}
.about-publicity .pic-show img
{
    max-width: 100%;
    height: auto !important;
}
.about-publicity .pic-show .zoom
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}
.about-publicity .pic-show .zoom:before
{
    content: '\e660';
}
@media (min-width: 1200px)
{
    .about-publicity .pic-show .zoom
    {
        -webkit-transition: .4s;
                transition: .4s;
    }
    .about-publicity .pic-show .zoom:hover
    {
        background-color: rgba(0, 0, 0, .5);
    }
}
@media (max-width: 1199px)
{
    .about-publicity .pic-show .zoom:active
    {
        background-color: rgba(0, 0, 0, .5);
    }
}
@media (max-width: 575px)
{
    .about-publicity .pic-show .zoom
    {
        line-height: 40px;

        top: 10px;
        right: 10px;

        width: 40px;
        height: 40px;
    }
}
.about-publicity .slick-about-publicity
{
    z-index: 2;
}
.about-publicity .slick-about-publicity .slick-arrow
{
    top: 0;

    width: 50%;
    height: 100%;
    padding: 0;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 0;
}
.about-publicity .slick-about-publicity .slick-arrow:before
{
    color: #fff;
}
@media (min-width: 1200px)
{
    .about-publicity .slick-about-publicity .slick-arrow:hover
    {
        opacity: 1;
    }
    .about-publicity .slick-about-publicity .slick-arrow:before
    {
        line-height: 140px;

        position: absolute;
        top: 50%;

        width: 65px;
        height: 140px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: rgba(0, 0, 0, .4);
    }
}
@media (max-width: 1199px)
{
    .about-publicity .slick-about-publicity .slick-arrow
    {
        line-height: 100px;

        top: 50%;

        width: 50px;
        height: 100px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;

        opacity: 1;
        background-color: rgba(0, 0, 0, .4);
    }
    .about-publicity .slick-about-publicity .slick-arrow:active
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
@media (max-width: 991px)
{
    .about-publicity .slick-about-publicity .slick-arrow
    {
        font-size: 24px;
        line-height: 70px;

        width: 35px;
        height: 70px;
    }
}
@media (max-width: 575px)
{
    .about-publicity .slick-about-publicity .slick-arrow
    {
        font-size: 20px;
        line-height: 50px;

        width: 25px;
        height: 50px;
    }
}
.about-publicity .slick-about-publicity .slick-prev
{
    left: 0;
}
.about-publicity .slick-about-publicity .slick-prev:before
{
    left: 0;
}
.about-publicity .slick-about-publicity .slick-next
{
    right: 0;
}
.about-publicity .slick-about-publicity .slick-next:before
{
    right: 0;
}
.about-publicity .slick-about-publicity .item
{
    border: 1px solid #e4e4e4;
}
.about-publicity .info
{
    overflow: hidden;

    margin: 25px 0 70px;
}
@media (max-width: 1199px)
{
    .about-publicity .info
    {
        margin-bottom: 60px;
    }
}
@media (max-width: 991px)
{
    .about-publicity .info
    {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px)
{
    .about-publicity .info
    {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}
.about-publicity .info > div:before,
.about-publicity .info > div:after
{
    font-size: 1.3em;
    font-weight: bold;
}
.about-publicity .info > div:before,
.about-publicity .info > div:after,
.about-publicity .info > div span
{
    display: inline-block;

    vertical-align: middle;
}
.about-publicity .info .prev
{
    float: left;
}
.about-publicity .info .prev:before
{
    margin-right: 5px;

    content: '\eb62';
}
.about-publicity .info .next
{
    float: right;
}
.about-publicity .info .next:after
{
    margin-left: 5px;

    content: '\e6da';
}
.online-wrap.right .code .mask
{
    right: 100%;

    padding-right: 5px;
}
.online-wrap.right .btn
{
    right: 0;
}
.online-wrap.right .online
{
    right: 0;
}
@media (max-width: 767px)
{
    .online-wrap.right .online
    {
        -webkit-transform: translateX(50px);
        -webkit-transform: translate3d(50px, 0, 0);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
                transform: translate3d(50px, 0, 0);
    }
}
.online-wrap.right .online a
{
    border-radius: 5px 0 0 5px;
}
@media (min-width: 1200px)
{
    .online-wrap.right .online a:hover
    {
        border-radius: 0;
    }
    .online-wrap.right .online a:hover .show-num
    {
        right: 100%;
    }
}
.online-wrap.right .code-pic
{
    right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap.right .code-pic
    {
        right: 55px;
    }
}
.online-wrap.right .show-num
{
    right: -600px;
}
.online-wrap.left .code .mask
{
    left: 100%;

    padding-left: 5px;
}
.online-wrap.left .btn
{
    left: 0;
}
.online-wrap.left .online
{
    left: 0;
}
@media (max-width: 767px)
{
    .online-wrap.left .online
    {
        -webkit-transform: translateX(-50px);
        -webkit-transform: translate3d(-50px, 0, 0);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px);
                transform: translate3d(-50px, 0, 0);
    }
}
.online-wrap.left .online a
{
    border-radius: 0 5px 5px 0;
}
@media (min-width: 1200px)
{
    .online-wrap.left .online a:hover .show-num
    {
        left: 100%;
    }
}
.online-wrap.left .code-pic
{
    left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap.left .code-pic
    {
        left: 55px;
    }
}
.online-wrap.left .show-num
{
    left: -600px;
}
.online-wrap .btn
{
    line-height: 40px;

    position: fixed;
    z-index: 100;
    bottom: 60px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border: none;
    border-radius: 0;
    background-color: rgba(41, 41, 41, .7);
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    bottom: 180px;

    display: none;

    width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 100;
    bottom: 23%;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        bottom: 100px;
    }
    .online-wrap .online.active
    {
        -webkit-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translateX(0);
                transform: translateX(0);
                transform: translate3d(0, 0, 0);
    }
}
.online-wrap .online a
{
    font-size: 26px;
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 2px 0;

    text-align: center;

    background-color: rgba(41, 41, 41, .7);
}
.online-wrap .online a:before
{
    color: #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        background-color: #da251e;
    }
    .online-wrap .online a:hover .show-num
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online-wrap .online .show-num
{
    font-size: .6em;

    position: absolute;
    z-index: -1;
    top: 0;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    white-space: nowrap;

    opacity: 0;
}
.online-wrap .online .show-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #da251e;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;

    width: 100%;

    background-color: rgba(218, 37, 30, .8);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul
{
    display: table;

    width: 100%;

    table-layout: fixed;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    display: table-cell;

    width: 20%;

    border-left: 1px solid rgba(255, 255, 255, .8);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 6px 0;
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 1.7em;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li > a span
{
    line-height: 17px;

    display: block;

    height: 17px;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.home > a:before
{
    content: '\e6c8';
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    content: '\e6a4';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e621';
}
.xs-online ul li.facebook > a:before
{
    content: '\e6d9';
}
.xs-online ul li.feedback > a:before
{
    content: '\e7a5';
}
.xs-online ul li.skype > a:before
{
    content: '\e616';
}
.xs-online ul li.map > a:before
{
    content: '\e63e';
}
.xs-online ul li.message > a:before
{
    content: '\e65f';
}
.xs-online ul li.contact > a:before
{
    content: '\e62c';
}
.xs-online ul li.wechat,
.xs-online ul li.weixin
{
    position: relative;
}
.xs-online ul li.wechat label,
.xs-online ul li.weixin label
{
    z-index: 2;

    margin: 0;
}
.xs-online ul li.wechat .xs-wechat:checked ~ .pic-box,
.xs-online ul li.weixin .xs-wechat:checked ~ .pic-box
{
    display: block;
}
.xs-online ul li.wechat > a:before,
.xs-online ul li.weixin > a:before
{
    content: '\e604';
}
.xs-online ul li.wechat .pic-box,
.xs-online ul li.weixin .pic-box
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    width: 100px;
    max-width: 100px;
    padding: 5px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
.xs-online ul li.wechat .pic-box img,
.xs-online ul li.weixin .pic-box img
{
    display: block;

    width: 100%;
}
.xs-online ul li.wechat .pic-box p,
.xs-online ul li.weixin .pic-box p
{
    line-height: 30px;

    margin: 0;

    white-space: nowrap;

    color: #333;
}
.xs-online ul li.gotop > a:before
{
    content: '\e605';
}
@media (max-width: 575px)
{
    .share span
    {
        display: none;
    }
}
.share a
{
    font-size: 15px;
    line-height: 26px;

    position: relative;

    display: inline-block;

    width: 28px;
    height: 28px;
    margin-left: 15px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 575px)
{
    .share a:first-of-type
    {
        margin-left: 0;
    }
}
@media (min-width: 1200px)
{
    .share a:hover
    {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
    }
}
@media (max-width: 767px)
{
    .share a
    {
        font-size: 12px;
        line-height: 23px;

        width: 25px;
        height: 25px;
        margin-left: 5px;
    }
}
.share.color .icon-facebook
{
    background-color: #3b5998;
}
.share.color .icon-tuite
{
    background-color: #55acee;
}
.share.color .icon-linkedin
{
    background-color: #006a9a;
}
.share.color .icon-youtube
{
    background-color: #c4302b;
}
.share.color .icon-instagram
{
    background-color: #6b3d2e;
}
.share.color .icon-google
{
    background-color: #dc4e41;
}
.footer
{
    color: #fff;
    border-top: 10px solid #da251e;
    background: #111;
}
@media (max-width: 767px)
{
    .footer
    {
        border-top-width: 5px;
    }
}
@media only screen and (min-width: 992px)
{
    .footer p a:hover,
    .footer li a:hover,
    .footer .sitemap a:hover
    {
        text-decoration: underline;

        color: #fff;
    }
}
@media (max-width: 991px)
{
    .footer p a:active,
    .footer li a:active,
    .footer .sitemap a:active
    {
        text-decoration: underline;

        color: #fff;
    }
}
.footer .footer-row
{
    margin: 0 -15px;
    padding: 5px 0 45px;
}
@media (min-width: 1200px)
{
    .footer .footer-row:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.footer .foot-list
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    margin-top: 40px;
    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .footer .foot-list
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        margin-top: 25px;
    }
}
.footer .foot-list p
{
    margin: 0;
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list h4
{
    font-size: 28px;

    margin: 0 0 25px;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot-list h4
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        font-size: 20px;

        padding-top: 0;
    }
}
.footer .foot-contact
{
    position: relative;
    z-index: 2;
}
@media (min-width: 1200px)
{
    .footer .foot-contact
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .pic
    {
        width: 300px;
        max-width: 100%;
    }
}
.footer .foot-contact img
{
    max-width: 100%;
    height: auto !important;
}
.footer .foot-contact .item
{
    font-size: 18px;

    position: relative;

    width: 50%;
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 50px;

    vertical-align: top;
}
.footer .foot-contact .item:before
{
    font-size: 18px;
    line-height: 36px;

    position: absolute;
    top: 50%;
    left: 0;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    text-align: center;

    color: #da251e;
    border: 2px solid #da251e;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .footer .foot-contact .item
    {
        font-size: 16px;

        padding-right: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-contact .item
    {
        font-size: 15px;
    }
}
@media (max-width: 575px)
{
    .footer .foot-contact .item
    {
        width: 100%;
        padding-left: 45px;
    }
    .footer .foot-contact .item:before
    {
        font-size: 16px;
        line-height: 31px;

        width: 35px;
        height: 35px;
        margin-top: -17px;
    }
}
.footer .foot-contact .address:before
{
    content: '\e63e';
}
.footer .foot-contact .tel:before
{
    content: '\e619';
}
.footer .foot-contact .mail:before
{
    content: '\e6a4';
}
.footer .foot-contact .phone:before
{
    content: '\e7c8';
}
.footer .foot-contact .fax:before
{
    content: '\e64f';
}
.footer .foot-code
{
    width: 210px;
    padding-top: 25px;

    text-align: right;
}
.footer .foot-code img
{
    max-width: 100%;
    height: auto !important;
}
.footer .foot-code p
{
    margin: 15px 0 0;
}
.copyright
{
    line-height: 1.8;

    position: relative;

    overflow: hidden;

    padding: 15px 0;

    border-top: 1px solid #2a2b30;
}
@media (max-width: 991px)
{
    .copyright
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .copyright
    {
        padding-bottom: 70px;
    }
}
.copyright p
{
    font-size: 12px;
    line-height: 2;

    margin: 0;
    padding: 0 15px;

    color: #707070;
}
@media (min-width: 992px)
{
    .copyright p
    {
        float: left;

        width: 50%;
    }
    .copyright p:nth-child(even)
    {
        text-align: right;
    }
}
